All Functions of Week 8

read_dta

{haven}

Read a .dta file (Stata data)

stargazer

{stargazer}

Create a regression output table

setwd

{base}

Set Working Directory

c

{base}

Combine values/vectors into a vector

library

{base}

Load an R package

summary

{base}

Obtain summary statistics or detailed regression output

lm

{base}

Fit a linear model

The end!